testing.chattyPrinter.lastName (field)

6 uses

	testing (current package)
		testing.go#L577: 	lastName   string     // last printed test name in chatty mode
		testing.go#L607: 	p.lastName = testName
		testing.go#L617: 	if p.lastName == "" {
		testing.go#L618: 		p.lastName = testName
		testing.go#L619: 	} else if p.lastName != testName {
		testing.go#L621: 		p.lastName = testName